Perfectly Clear Realtime Video SDK

Welcome to the Perfectly Clear SDK!. This guide will explain how to use this Perfectly Clear SDK, to enable fully-automatic or interactive video and real-time photo corrections in your iOS applications.

This SDK is very simple, and requires only the following:

  1. Add this Framework to your existing iOS project
  2. Initialize and verify the apikey status:

    init( <api key provided by EyeQ> )

    checkStatus()

  3. Then, you can use this framework to correct an image with:

    let filteredCgImage = try pfcDynamic.processImage(sourceCgImage, strength: dynamicStrength)

CONTENTS

/Sample

Project of a sample app which uses PFCDynamicFramework to processes camera input with PFC Dynamic filter.

/Sample/DynamicDemo/DynamicFramework.xcframework

SWIFT framework for use in your applications

This was build from aa5eef97017e23db1d3051b079500606825ef474 on 2022-05-06